object PageSetupDlg: TPageSetupDlg Left = 497 Top = 359 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsDialog Caption = 'Mise en page' ClientHeight = 278 ClientWidth = 467 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 176 Top = 248 Width = 73 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = OKBtnClick end object CancelBtn: TButton Left = 256 Top = 248 Width = 73 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 6 end object SetupButton: TButton Left = 336 Top = 248 Width = 121 Height = 23 HelpContext = 43040 Caption = '&Mise en page' TabOrder = 7 OnClick = SetupButtonClick end object GroupBox1: TGroupBox Left = 8 Top = 112 Width = 241 Height = 89 Caption = 'Marges (pouces)' TabOrder = 1 object Label1: TLabel Left = 38 Top = 60 Width = 22 Height = 13 Alignment = taRightJustify Caption = 'Haut :' end object Label2: TLabel Left = 37 Top = 28 Width = 23 Height = 13 Alignment = taRightJustify Caption = 'Gauche :' end object Label3: TLabel Left = 143 Top = 28 Width = 29 Height = 13 Alignment = taRightJustify Caption = 'Droite :' end object Label4: TLabel Left = 134 Top = 60 Width = 38 Height = 13 Alignment = taRightJustify Caption = 'Bas :' end object TopMarginEdit: TEdit Left = 64 Top = 56 Width = 49 Height = 21 HelpContext = 43010 TabOrder = 2 OnChange = MarginEditChange end object LeftMarginEdit: TEdit Left = 64 Top = 24 Width = 49 Height = 21 HelpContext = 43010 TabOrder = 0 OnChange = MarginEditChange end object RightMarginEdit: TEdit Left = 176 Top = 24 Width = 49 Height = 21 HelpContext = 43010 TabOrder = 1 OnChange = MarginEditChange end object BottomMarginEdit: TEdit Left = 176 Top = 56 Width = 49 Height = 21 HelpContext = 43010 TabOrder = 3 OnChange = MarginEditChange end end object PreviewBox: TGroupBox Left = 264 Top = 8 Width = 193 Height = 233 Caption = 'Pr'#233'visualisation' TabOrder = 2 object ShadowShape: TShape Left = 54 Top = 44 Width = 85 Height = 109 Brush.Color = clGray Pen.Style = psClear end object PageShape: TShape Left = 54 Top = 40 Width = 85 Height = 110 end object MarginShape: TShape Left = 62 Top = 48 Width = 69 Height = 95 Brush.Style = bsClear Pen.Style = psDot end object TextSample: TLabel Left = 84 Top = 76 Width = 23 Height = 36 Caption = 'A' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -32 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True end object PortraitBtn: TBCRadioButton Left = 16 Top = 188 Width = 56 Height = 17 HelpContext = 43020 Caption = 'Portrait' TabOrder = 0 OnClick = OrientationClick end object LandscapeBtn: TBCRadioButton Left = 16 Top = 208 Width = 71 Height = 17 HelpContext = 43021 Caption = 'Paysage' TabOrder = 1 OnClick = OrientationClick end end object ReportFont1Btn: TButton Left = 8 Top = 216 Width = 153 Height = 23 HelpContext = 43030 Caption = 'Police de l'#39'&ent'#234'te...' TabOrder = 3 OnClick = ReportFont1BtnClick end object ReportFont2Btn: TButton Left = 8 Top = 248 Width = 153 Height = 23 HelpContext = 43031 Caption = 'Police du &corps...' TabOrder = 4 OnClick = ReportFont2BtnClick end object GroupBox2: TGroupBox Left = 8 Top = 8 Width = 241 Height = 97 Caption = 'Options' TabOrder = 0 object Notebook: TNotebook Left = 4 Top = 22 Width = 233 Height = 59 TabOrder = 0 object TPage Left = 0 Top = 0 Caption = 'General' object PageBreaks: TBCCheckBox Left = 8 Top = 0 Width = 162 Height = 17 HelpContext = 43001 Caption = 'Saut de page entre les rapports' TabOrder = 0 end end object TPage Left = 0 Top = 0 Caption = 'Margins' object HorizRules: TBCCheckBox Left = 8 Top = 0 Width = 187 Height = 17 Caption = 'Horizontal rules DO NOT LOCALIZE' TabOrder = 0 Visible = False end end end end object PrinterSetupDialog: TPrinterSetupDialog Left = 416 Top = 176 end object FontDialog: TFontDialog Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Device = fdBoth Left = 384 Top = 176 end end